home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hs_inst.zip / HS-SLBBS.ZIP / HS-U.BAT < prev   
DOS Batch File  |  1991-11-14  |  1KB  |  26 lines

  1. @ECHO OFF
  2. HSLINK -P%1 -! -UC:\BBS\UPLOADS.BBS @C:\FILE.TMP
  3. REM
  4. REM Explanation of switches...
  5. REM
  6. REM                 -P%1 : Tells HS/Link which com port to use
  7. REM
  8. REM                   -! : Makes the remote system conform to your setup
  9. REM
  10. REM -UC:\BBS\UPLOADS.BBS : Tells HS/Link to put any received files in this 
  11. REM                        directory.  You MUST have this line for 
  12. REM                        bi-directional transfers to work properly.  
  13. REM                        SLBBS makes the UPLOADS.BBS directory off of 
  14. REM                        your bbs root directory.
  15. REM
  16. REM         @C:\FILE.TMP : This line tells HS/Link where the list of files 
  17. REM                        to be transfered is located and its name.  This 
  18. REM                        MUST match what is in your config.
  19. REM
  20. REM There are some additions to these command line parameters that can be
  21. REM made.  The configuration we have found to give the best performance is
  22. REM below.  Our setup is for BBS's running with locked com ports using the
  23. REM 16550 UART and 9600 Bps modems or HST's.
  24. REM
  25. REM HSLINK -P%1 -! -A -HS -UC:\BBS\UPLOADS.BBS @C:\FILE.TMP
  26.